/*CSS Document 201511 Design by ZZQ*/
/*Date 2015-11-11 */
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color: #970000;
	background-image: url(../images/bj.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
body {
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#7c9dd2,endColorStr=#f6f6f8); /*IE*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#7c9dd2), to(#f6f6f8));/*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#7c9dd2), to(#f6f6f8));/*谷歌*/ 
	height: 100%; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
}
.divclear { clear:both; visibility:hidden; height:0px; font-size:0px;margin:0px;padding:0px;}

h1,h2,h3,h4,h5,h6{ font-size:12px; font-weight:normal;}
img{ border:0;}
img a{ border:0;}
ul{ margin:0px; padding:0px;}
ul li{ margin:0px; padding:0px; list-style:none}
li a{ color:#1a1a1a; text-decoration:none;}
li a:hover{ color:#0660b4; text-decoration:none;}
p{ margin:0px; padding:0px;}
form{ margin:0px; padding:0px;}
/*-----------------------------------------------------首页----------------------------------------------------------*/
#Box {
	width:990px;
	padding:0px;
	background:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "微软雅黑";
}
/*---------------------------------------框架1(framework)：搜索&语言切换--------------------------------------------*/
	.fw1_top{
	width:982px;
	height:30px;
	font-size:14px;
	color:#141414;
	line-height:24px;
	padding-left:0px;
	float:left;
	padding-top:5px;
	text-align: right;
	margin-right: 10px;
}
	.fw1_top a {color: #1A1A1A;text-decoration: none;}
	.fw1_top a:hover {color: #1A1A1A;text-decoration: underline;}	
	
/*-----------------框架2：LOGO栏------------------*/
	.fw2{
		width:992px;
		height:113px;
		margin:0;
		padding:0;
		background-image: url(../images/mx_logo1.png);
		background-repeat: no-repeat;
		background-position: top;
	}

/*-----------------框架3：导航栏------------------*/
	/* menu::base */
	div#fw3 {
		width: 992px;
		height:50px;
		background:url(../images/nav-bg.png) repeat-x;
		margin-top: 1px;
		margin-right: auto;
		margin-bottom: 1px;
		margin-left: auto;
	}
	
	div#fw3 ul {
		list-style: none;
		float: left;
	}
	div#fw3 ul.menu {
		padding-left: 0px;
	}
	div#fw3 li {
		position: relative;
		z-index: 9;
		margin: 0;
		padding: 0;
		display: block;
		float: left;
	}
	div#fw3 li:hover>ul {
		left: -2px;
	}
	div#fw3 li div {
		list-style: none;
		float: left;
		position: absolute;
		top: 50px;
		left: 0;
		width: 208px;
		z-index: 11;
		visibility: hidden;
		padding: 0 0 9px 7px;
		background: url(../images/submenu-bottom.png) no-repeat 7px bottom;
		margin: 0 0 0 -9px;
	}
	div#fw3 li:hover>div {
		visibility: visible;
	}
	div#fw3 li.current a {
	}
	/* 导航栏1级 */
	div#fw3 a {
		position: relative;
		z-index: 10;
		height: 50px;
		display: block;
		float: left;
		padding: 0 30px 0 30px;
		line-height: 30px;
		text-decoration: none;
		width: auto;
		text-align: center;
	}
	div#fw3 span {
		padding-top: 10px;
		color: #787878;
		font-weight:bold;
		text-transform:none;
		display: block;
		background-repeat: no-repeat;
		font-size: 14px;
		font-style: normal;
		font-variant: normal;
	}
	div#fw3 ul a:hover span {
		color: #e51313;
	}
	div#fw3 li {
		background-image: url(../images/nav_separator.png);
		background-repeat: no-repeat;
		background-position: right top;
	}
	div#fw3 li.last span {
		background: url(../images/nav_separator.png) top right no-repeat;
		padding: 18px 10px 12px 0;
	}
	/* 导航栏2级 */
	div#fw3 ul ul li {
		background: url(../images/nav_dropdown_sep.gif) left bottom repeat-x;
		padding: 2px 0;
		z-index: 9;
	}
	div#fw3 ul ul {
		z-index: 12;
		padding: 0;
		background: rgb(226,226,226) url(../images/nav_dropdown_grad.png) right top no-repeat;
		margin-top:0px;
		margin-left:4px;
		margin-right:5px;
	}
	div#fw3 ul ul a {
	width: 190px;
	padding: 0px 7px 3px 8px;
	height: auto;
	float: none;
	display: block;
	background:none;
	margin-bottom: 2px;
	z-index: -1;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
	div#fw3 ul ul a span {
		padding: 0 10px 0px 10px;
		line-height: 20px;
		color: #454545;
		font-weight:normal;
		text-transform: none;
		background:none;
	}
	div#fw3 ul ul a:hover {
	background: url(../images/submenu-selected-bottom.gif) no-repeat 8px bottom;
	}
	div#fw3 ul ul a:hover span {
		background: url(../images/submenu-selected-top.gif) no-repeat 0px 0px;
		color: #fff;
	}
	div#fw3 ul ul li.last {
		background: none;
	}
	div#fw3 ul ul li {
		width: 100%;
	}
	/* 导航栏3级 */
	div#fw3 ul ul div {
		width: 185px;
		margin: -50px 0 0 191px !important;
		height: auto;
		_padding: 0 0 9px 0px;
	}
	div#fw3 ul ul ul {
		_padding-right:1px;
	}
	/* lava lamp */
	div#fw3 li.back {
	}
	div#fw3 li.back .left {
	}
/*-----------------框架4：首页--动态图片/其他页面静态------------------*/
.fw4_home { width:992px; height:318px; padding:0px; float:left;}
.fw4_otherpage { width:992px; height:auto; background:url(../images/nybj.jpg) repeat-x top #FFFFFF; float:left;}

/*-----------------框架5：正文栏------------------*/
.fw5_frame{
	width:979px;
	height:auto;
	background:url(../images/bj2.jpg) repeat-x top #FFFFFF;
	float:left;
	display: inline;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 13px;
}

	/*----------------------------框架5-0：标题栏（除首页以外其他页面）-------------------------------------*/
	.fw5_title{
		width:992px;
		height:38px;
		float:left;
		background-color: #FFFFFF;
		background-image: url(../images/BK_Title_2.jpg);
		background-repeat: no-repeat;
		display: block;
		padding-top: 2px;
		padding-left: 0px;
		margin-left: 0px;
	}
	.fw5_title_1{
		width:auto;
		height:30px;
		line-height:24px;
		font-size:16px;
		color:#000000;
		text-align:left;
		font-weight:bold;
		padding-left: 40px;
		padding-top: 10px;
		float: left;
	}
	.fw5_title_2{
		width:auto;
		height:30px;
		line-height:24px;
		color:#000000;
		font-size:16px;
		float: right;
		padding-top: 8px;
		text-align: right;
		padding-right: 15px;
	}
	.fw5_title_2 span{color:#0861b3;}
	.fw5_title_2 a{color:#000000;text-decoration:none;}
	.fw5_title_2 a:hover{color:#0861b3;text-decoration:none;}

	/*-----------------框架5-1：左边栏------------------*/
	.fw5_sidebarL_home{ width:auto; height:399px; float:left}
	.fw5_sidebarL_home_title{
	width:234px;
	height:24px;
	background:url(../images/sidebar_r.jpg) no-repeat;
	padding-left:10px;
	padding-top:8px;
}
	.fw5_sidebarL_home_title a{font-size:14px; color:#e51313; font-weight:bold; text-decoration:none;font-family: "微软雅黑";}
	.fw5_sidebarL_home_title a:hover{text-decoration:none;}
	
	.fw5_sidebarL_home_CNmenu{ width:246px;}
	.fw5_sidebarL_home_ENmenu{ width:248px;font-family: "Arial";}	
	.fw5_sidebar_aboutus{width:210px;height:auto;float:left;}
	.fw5_sidebar_products{width:235px;height:auto;float:left;}

	/*-----------------框架5-1：右边栏------------------*/	
	 .fw5_sidebarR_home{ width:214px;height:410px; float:left;}
     .fw5_sidebarR_home_title{ width:200px; height:24px; float:left; background:url(../images/sidebar_l.jpg) no-repeat; padding-left:12px; padding-top:8px; color:#0253ce; font-weight:bold; font-size:14px;}
	  fw5_sidebarR_home_title a{color:#FFFFFF; font-weight:bold; font-size:14px; text-decoration:none;}
	  fw5_sidebarR_home_title a:hover{color:#FFFFFF;text-decoration:none;}
	  .fw5_sidebarR_home_link{
	width:214px;
	height:auto;
	padding-top:12px;
	float:left;
	font-family: "微软雅黑";
	font-size: 14px;
}
	  .fw5_sidebarR_home_link img{ border:0px;}
	
	/* ----------------框架5-1：首页左边栏产品动态条目上下滑动----------------------*/
	h3 {
		margin: 0;
		background-image: url(../images/nav-bg.gif);
		background-repeat: repeat-x;	
		/*
		background-color: rgb(191,191,191);
		background-image: linear-gradient(bottom, rgb(191,191,191) 14%, rgb(240,240,240) 57%);
		background-image: -o-linear-gradient(bottom, rgb(191,191,191) 14%, rgb(240,240,240) 57%);
		background-image: -moz-linear-gradient(bottom, rgb(191,191,191) 14%, rgb(240,240,240) 57%);
		background-image: -webkit-linear-gradient(bottom, rgb(191,191,191) 14%, rgb(240,240,240) 57%);
		background-image: -ms-linear-gradient(bottom, rgb(191,191,191) 14%, rgb(240,240,240) 57%);
		*/
	}
		
	h3 a {
		background: url("../images/sprite.png") 15px 11px no-repeat;
		display: block;
		padding: 10px;
		padding-left: 32px;
		margin: 0;
		color: #000;
		text-decoration: none;
		font-weight: normal;
		border-bottom: 1px solid rgba(128,10,85, 0.5);
		/*text-shadow: 1px 1px 1px rgb(128,10,85);*/
		font-size: 12px;}
		
	h3:hover {
		background: url(../images/sidebar_button_down.jpg) no-repeat;
	}
	h3.open {
		background: url(../images/sidebar_button_down.jpg) no-repeat;
	}
	h3.open a {
		background-position: 13px -27px;
	}
	h3 + div {
		padding: 10px;
	}
	
	h3+div {
		display: none;
	}
	
	#css3-animated-example h3 + div {
		height: 0px;
		padding: 0px;
		overflow: hidden;
		display: block!important;
	
		-webkit-transform: translateZ(0);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition:all 0.3s ease;
		transition: all 0.3s ease;
		background-color: #CCCCCC;
	}
	#css3-animated-example .content {
		padding: 1px;
	}
	#css3-animated-example h3.open + div {
		height: auto;
		background: #eaeaea;
	}
	/* ----------------框架5-0：首页面左边栏----------------------*/
	.fw5_sidebar_home_menu{
	width:243px;
	margin: 0;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	border-top-color: #CC3366;
	border-bottom-color: #CC3366;
}
	.fw5_sidebar_home_menu a {
	background: url("../images/sprite_BK.png") 10px 8px no-repeat;
	display: block;
	padding: 7px;
	padding-left: 30px;
	margin: 0;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid rgba(128,10,85, 0.5);
	/*text-shadow: 1px 1px 1px rgb(128,10,85);*/
	font-size: 12px;
	padding-right: 9px;
}
	.fw5_sidebar_home_menu a:hover{background: url("../images/sprite2.png") 10px 8px no-repeat; color:#e51313; 
	font-weight: bold;text-decoration:none;}
	/* ----------------框架5-1：其他页面左边栏----------------------*/
	.fw5_sidebar_others_menu1{
	width:225px;
	margin: 0;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
}
	.fw5_sidebar_others_menu1 a {
	background: url("../images/sprite2.png") 10px 9px no-repeat;
	display: block;
	padding: 7px;
	padding-left: 30px;
	margin: 0;
	color: #e51313;
	text-decoration: none;
	font-weight: bold;
	/*border-top: 1px solid rgba(128,10,85, 0.5);*/
	border-bottom: 1px solid rgba(128,10,85, 0.5);
	/*text-shadow: 1px 1px 1px rgb(128,10,85);*/
	font-family: "微软雅黑";
	font-size: 12px;
	padding-right: 9px;
}
	
	.fw5_sidebar_others_menu2{
	width:225px;
	margin: 0;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
}
	.fw5_sidebar_others_menu2 a {
	background: url("../images/sprite_BK.png") 10px 8px no-repeat;
	display: block;
	padding: 7px;
	padding-left: 30px;
	margin: 0;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid rgba(128,10,85, 0.5);
	/*text-shadow: 1px 1px 1px rgb(128,10,85);*/
	font-size: 12px;
	padding-right: 9px;
}
	.fw5_sidebar_others_menu2 a:hover{background: url("../images/sprite.png") 10px 8px no-repeat; color:#990000; text-decoration:none;}

	.fw5_sidebar_others_menu3{
	width:225px;
	margin: 0;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
}
	.fw5_sidebar_others_menu3 a {
	background: url("../images/sprite_BK.png") 10px 8px no-repeat;
	display: block;
	padding: 7px;
	padding-left: 30px;
	margin: 0;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid rgba(128,10,85, 0.5);
	/*text-shadow: 1px 1px 1px rgb(128,10,85);*/
	font-size: 12px;
	padding-right: 9px;
}
	.fw5_sidebar_others_menu3 a:hover{background: url("../images/sprite2.png") 10px 8px no-repeat; color:#e51313; 
	font-weight: bold;text-decoration:none;}
	
	/*-----------------框架5-2：信息栏 ------------------*/
	.fw5_homecn_info{
	width:478px;
	height:381px;
	float:left;
	overflow:hidden;
	background:url(../images/midbar_cn0.jpg) no-repeat;
	margin-left: 13px;
	padding-bottom: 10px;
	margin-right: 13px;
}  
	
	.fw5_homeen_info{
	width:478px;
	height:425px;
	float:left;
	overflow:hidden;
	background:url(../images/midbar_en.jpg) no-repeat;
	margin-left: 12px;
	padding-bottom: 0px;
	margin-right: 12px;
} 
	
	.fw5_home_info_title{ width:700px; height:26px; float:left;}
	.fw5_home_info_title_1{
	width:110px;
	height:19px;
	float:left;
	padding-left:0px;
	padding-top:6px;
	text-align: center;
}
	.fw5_home_info_title_1 a{ font-size:14px; color:#000000; font-weight:bold; text-decoration:none;}
		
	.fw5_home_info_title_2 {
	width: 350px;
	height:28px;
	padding-top:6px;
	float:left;
	padding-right:5px;
	padding-top:6px;
	text-align: right;
}
	.fw5_home_info_title_2 a{ font-size:12px; color:#999999; text-decoration:none;}
	.fw5_home_info_title_2 a:hover{ font-size:12px; color:#1e1e1e; text-decoration:none;}
		
	/*----------------------------新闻条目-------------------------------------*/
    .fw5_home_info_item{
	width:360px;
	height:315px;
	line-height:24px;
	margin-left:0px;
	float:left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
	.fw5_home_info_item ul{ width:697px; height:30px; float:left; font-size:12px;}
	.fw5_home_info_item ul li.bt1{
	width:350px;
	float:left;
	font-size:12px;
	color:#212121;
	line-height:24px;
	padding-left:20px;
	background-image: url(../images/i-new0.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	}
	.fw5_home_info_item ul li.bt1 a{ color:#212121; text-decoration:none;}
	.fw5_home_info_item ul li.bt1:hover{background-image: url(../images/i-new1.png);}
	.fw5_home_info_item ul li.bt1 a:hover{ color:#0058a9;text-decoration:none;}
    .fw5_home_info_item ul li.time1{ width:85px; height:auto; float:left; text-align:left; color:#4d4d4d;line-height:24px;}
	
	.fw5_home_info_item ul li.bt2{
	width:580px;
	float:left;
	font-size:14px;
	color:#212121;
	line-height:24px;
	padding-left:20px;
	background-image: url(../images/i-new0.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	}
	.fw5_home_info_item ul li.bt2 a{ color:#212121; text-decoration:none;}
	.fw5_home_info_item ul li.bt2:hover{background-image: url(../images/i-new1.png);}
	.fw5_home_info_item ul li.bt2 a:hover{ color:#0058a9;text-decoration:none;}
	
	.fw5_home_info_count{ width:720px; height:auto; float:left; text-align:right; padding-bottom:20px;padding-top:20px}
		
	/*-----------------框架5-3：右边栏（未使用）------------------	
	 .main3{ width:214px;height:399px; float:left;}
		.main3_1{ width:200px; height:25px; float:left; background:url(../images/sidebar_r.jpg) no-repeat; padding-left:12px; padding-top:14px; color:#CC0000; font-weight:bold; font-size:14px;}
		.main3_1 a{color:#CC0000; font-weight:bold; font-size:14px; text-decoration:none;}
		.main3_1 a:hover{color:#FFFFFF;text-decoration:none;}
		.main3_2{ width:214px;height:356px; padding-top:6px;float:left;}
		.main3_2 img{ border:0px;} */

	/*---------------------------关于我们-------------------------------------*/
	.fw5_aboutus_info{
	width:750px;
	height:auto;
	float:left;
	display:inline;
	float:left;
	min-height:330px;
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 10px;}

	.fw5_aboutus_info2{
	width:710px;
	height:auto;
	min-height:330px;
	line-height:22px;
	color:#1a1a1a;
	padding-bottom: 0px;
	margin-left: 20px;}

	/*---------------------------联系我们-------------------------------------*/ 	
	.fw5_contacts{
	width:950px;
	height:810px;
	color:#1a1a1a;
	background-image: url(../images/contactus_2.jpg);
	padding-left: 10px;
	background-repeat: inherit;
	}
	
	.fw5_contacts_text{
	width:450px;
	height:auto;
	float:left;
	color:#1a1a1a;
	text-align:justify;
	padding-left:20px;
	padding-top: 0px;
	margin-top: 15px;
	line-height: 3ex;
	font-size: 14px;
	}
	
	.fw5_feedback_info{
		width:720px;
		height:auto;
		float:left;
		display:inline;
		float:left;
		min-height:330px;
		background-repeat: no-repeat;
		background-position: top;
		margin-left: 10px;
		padding-left: 30px;
	}
	/*----------------------------产品与服务-------------------------------------*/ 
	.fw5_products_info{
	width:720px;
	height:auto;
	float:left;
	display:inline;
	min-height:330px;
	background-repeat: no-repeat;
	background-position: top;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

	.fw5_products_info1{
		width:710px;
		height:auto;
		margin-left: 5px;
	}
	.fw5_products_info1 span{color:#0861b3;}
	.fw5_products_info1 a{color:#464646;text-decoration:none;}
	.fw5_products_info1 a:hover{color:#0861b3;text-decoration:none;}
 
	.fw5_products_title{
		width:710px;
		height:auto;
		margin-left: 5px;
	}
	.fw5_products_title a{color:#464646;text-decoration:none;}
	
	/*下载*/
	.Doc_download{ width:700px; height:16px; font-size:14px; color:#FF0000; line-height:24px; padding-left:30px;float:left;padding-top:10px;}
	.Doc_download a {color: #FF0000;text-decoration: underline;}
	.Doc_download a:hover {color: #FF0000;text-decoration: underline;}
	
	
	.Doc_download_SideBarL_Title{
	width:220px;
	height:14px;
	color:#FF0000;
	line-height:18px;
	padding-left:5px;
	float:left;
	padding-top:10px;
	margin-top: 15px;
}
	.Doc_download_SideBarL_Title a {
	font-size:14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
	
	.Doc_download_SideBarL{ width:220px; height:36px; line-height:18px; padding-left:5px;float:left;padding-top:10px;}
	.Doc_download_SideBarL a {font-size:12px; color: #0000FF;text-decoration: underline;}
	.Doc_download_SideBarL a:hover {color: #FF0000;text-decoration: underline;}
	
	/*----------------------------公司新闻-------------------------------------*/ 	
	.fw5_news_conent{
		width:972px;
		height:auto;
		float:left;
		margin-top: 10px;
	}
	
	.fw5_news_button{
	width:945px;
	height:30px;
	line-height:24px;
	font-size:12px;
	text-align: right;
}
	.fw5_news_button span{ font-size:12px; color:#0861b3;}
	.fw5_news_button span a{ font-size:12px; color:#0861b3; text-decoration:none;}
	.fw5_news_button span a:hover{color:#0861b3; text-decoration: underline;}
	
	/*----------------------------网站地图-------------------------------------*/ 	
	.fw5_sitemap{
	width:965px;
	height:420px;
	padding-left: 5px;
	padding-top: 15px;
}

	.fw5_sitemap_frame1{
	width:210px;
	height:50px;
	float:left;
	margin-left: 20px;
}

	.fw5_sitemap_frame2{
	width:210px;
	height:270px;
	float:left;
	margin-left: 20px;
}

	.fw5_sitemap_frame3{
	width:300px;
	height:270px;
	float:left;
	margin-left: 20px;
}	

	.fw5_sitemap_title{
	width:210px;
	height:24px;
	padding-left:5px;
	line-height:20px;
	border-bottom: #ea2820 solid 1px;
}

	.fw5_sitemap_title a{
	font-size:14px;
	color: #FF0000;
	text-decoration: none;
	}	

	.fw6_sitemap_title{
	width:315px;
	height:24px;
	padding-left:5px;
	line-height:20px;
	border-bottom: #ea2820 solid 1px;
}

	.fw6_sitemap_title a{
	font-size:14px;
	color: #FF0000;
	text-decoration: none;
	}	
	
	.fw5_sitemap_menu{width:220px;height:auto;}
	.fw5_sitemap_menu ul { width:220px; height:auto;}
	.fw5_sitemap_menu ul li { width:220px; height:33px; background: url(../images/sidebar_tip3.jpg) no-repeat left; font-size:12px; color:#3c3c3c; text-align:left; line-height:30px; padding-left:20px;}
	.fw5_sitemap_menu ul li a{ color:#FF0000; text-decoration:none;}
	.fw5_sitemap_menu ul li:hover { width:220px; height:33px; background: url(../images/sidebar_tip2.jpg) no-repeat left; font-size:12px; color:#3c3c3c; text-align:left; line-height:30px; padding-left:20px;}	
	
	.fw6_sitemap_menu{width:320px;height:auto;}
	.fw6_sitemap_menu ul { width:320px; height:auto;}
	.fw6_sitemap_menu ul li { width:320px; height:33px; background: url(../images/sidebar_tip4.jpg) no-repeat left; font-size:12px; color:#3c3c3c; text-align:left; line-height:30px; padding-left:20px;}
	.fw6_sitemap_menu ul li a{ color:#FF0000; text-decoration:none;}
	.fw6_sitemap_menu ul li:hover { width:320px; height:33px; background: url(../images/sidebar_tip5.jpg) no-repeat left; font-size:12px; color:#3c3c3c; text-align:left; line-height:30px; padding-left:20px;}	
	
	/*----------------------------框架6：页脚-------------------------------------*/ 	
	 .fw6_foot{
		width:992px;
		height:40px;
		float:left;
		display:inline;
		margin-bottom: 5px;
		background-color: #e0e0e0;
	}
	
	.fw6_foot1{ width:970px; height:30px; font-size:12px; color:#141414; line-height:24px; padding-left:18px;float:left;padding-top:9px;}
	.fw6_foot1 a {color: #1A1A1A;text-decoration: none;}
	.fw6_foot1 a:hover {color: #1A1A1A;text-decoration: underline;}
	 .fw6_foot2{
		width:450px;
		height:31px;
		font-size:12px;
		color:#141414;
		float:right;
		margin-right: 10px;
		text-decoration: none;
	}
	.fw6_foot2 a {color: #1A1A1A;text-decoration: none;}
	.fw6_foot2 a:hover {
	color: #1A1A1A;
	text-decoration: underline;
}

 /* www.divcss5.com公共CSS代码 */
/*CSS grayr style pagination*/
DIV.grayr {
PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 12px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; FONT-FAMILY: Tahoma, Arial, Helvetica, Sans-serif; BACKGROUND-COLOR: #fff
}
DIV.grayr A {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; COLOR: #000; PADDING-TOP: 2px; BACKGROUND-COLOR: #e7e7e7; TEXT-DECORATION: none
}
DIV.grayr A:hover {
COLOR: #000; text-decoration:underline;
}
DIV.grayr A:active {
COLOR: #000; text-decoration:underline;
}
DIV.grayr SPAN.current {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; COLOR: #303030; PADDING-TOP: 2px; BACKGROUND-COLOR: #fff
}
DIV.grayr SPAN.disabled {
PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; COLOR: #d8d8d8; PADDING-TOP: 2px; BACKGROUND-COLOR: #e7e7e7
} 
